inspector: Drop an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Sep 2014 15:15:25 +0000 (11:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Sep 2014 15:15:25 +0000 (11:15 -0400)
gtk/inspector/prop-editor.c

index 607297524f4d9f48b858ad140515122c1e9aa365..40a39a0dd665d8e6a0cb92a87a79afd225993482 100644 (file)
@@ -1542,7 +1542,6 @@ add_gtk_settings_info (GtkInspectorPropEditor *editor)
   GObject *object;
   const gchar *name;
   GtkWidget *row;
-  GtkWidget *label;
   const gchar *source;
 
   object = editor->priv->object;